DataCollection | ComponentOne
C1.iOS.DataCollection Assembly / C1.iOS.DataCollection Namespace / C1TableViewSource<T> Class / TitleForHeader Method
Table view containing the section.
Index of the section displaying the header.

In This Topic
    TitleForHeader Method
    In This Topic
    Called to populate the header for the specified section.
    Syntax
    'Declaration
     
    Public Overrides NotOverridable Function TitleForHeader( _
       ByVal tableView As UIKit.UITableView, _
       ByVal section As IntPtr _
    ) As String
    public override string TitleForHeader( 
       UIKit.UITableView tableView,
       IntPtr section
    )

    Parameters

    tableView
    Table view containing the section.
    section
    Index of the section displaying the header.

    Return Value

    Text to display in the section header, or null if no title is required.
    See Also